Skip to content

librustc: Remove @str from the language #11967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 37 commits into from

Conversation

pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Feb 1, 2014

r? @alexcrichton (or whoever)

@@ -215,15 +215,23 @@ impl CStore {
debug!(" hash[{}]: {}", x.name, x.hash);
}

result.map(|ch| ch.hash)
let mut hashes = ~[];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

result.move_iter().map(|crate_hash { hash, .. }| hash).collect()

@alexcrichton
Copy link
Member

Awesome work!

@brson
Copy link
Contributor

brson commented Feb 1, 2014

What a big effort! :godmode:

@huonw
Copy link
Member

huonw commented Feb 1, 2014

I've rebased, addressed reviews and (theoretically) fixed the tests in #11974, with my @[] removal.

(The changes directly to this PR are in two separate cleanly-merging commits, if they have/want to be cherry-picked.)

@huonw huonw mentioned this pull request Feb 1, 2014
@bors bors closed this in 2bcd951 Feb 1, 2014
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 28, 2023
Do not consider `async { (impl IntoFuture).await }` as redundant

changelog: [`redundant_async_block`]: do not trigger on `IntoFuture` instances

Fix rust-lang#11959
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants